projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
47123a3
)
Fix typo in xm-test.
author
Ewan Mellor
<ewan@xensource.com>
Wed, 14 Mar 2007 21:37:00 +0000
(21:37 +0000)
committer
Ewan Mellor
<ewan@xensource.com>
Wed, 14 Mar 2007 21:37:00 +0000
(21:37 +0000)
Signed-off-by: Tom Wilkie <tom.wilkie@gmail.com>
tools/xm-test/tests/destroy/01_destroy_basic_pos.py
patch
|
blob
|
history
diff --git
a/tools/xm-test/tests/destroy/01_destroy_basic_pos.py
b/tools/xm-test/tests/destroy/01_destroy_basic_pos.py
index 3d007b12a4ea1da9c05295f0bae52fbbc1af681f..02e31d6aa8c092765b6782366f6bc7bc15a15620 100644
(file)
--- a/
tools/xm-test/tests/destroy/01_destroy_basic_pos.py
+++ b/
tools/xm-test/tests/destroy/01_destroy_basic_pos.py
@@
-37,4
+37,4
@@
if not re.search("proc", run["output"]):
# destroy domain - positive test
status, output = traceCommand("xm destroy %s" % domain.getName())
if status != 0:
- FAIL("xm destroy returned inval
u
d %i != 0" % status)
+ FAIL("xm destroy returned inval
i
d %i != 0" % status)